func runtime/pprof.writeProfileInternal

3 uses

	runtime/pprof (current package)
		pprof.go#L910: 	return writeProfileInternal(w, debug, "contention", pprof_blockProfileInternal)
		pprof.go#L915: 	return writeProfileInternal(w, debug, "mutex", pprof_mutexProfileInternal)
		pprof.go#L919: func writeProfileInternal(w io.Writer, debug int, name string, runtimeProfile func([]profilerecord.BlockProfileRecord) (int, bool)) error {